* callint.c (Fcall_interactively): <, not <=, for optimization.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 9 Apr 2011 20:19:05 +0000 (13:19 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 9 Apr 2011 20:19:05 +0000 (13:19 -0700)
commitdb8ff73fc26f35a37b7fab6eb92984c1d19fa6a3
treec819523f27872f4d599979a3f99bed038ce639bf
parentdc729b8f6494a5a69f3a5fea657625483cc63022
* callint.c (Fcall_interactively): <, not <=, for optimization.

(Fcall_interactively): Count the number of arguments produced,
not the number of arguments given.  This is simpler and lets GCC
4.6.0 generate slightly better code.
src/ChangeLog
src/callint.c